github.com/andybalholm/brotli.dictionary.size_bits_by_length (field)
7 uses
github.com/andybalholm/brotli (current package)
decode.go#L1874: var shift uint32 = uint32(s.dictionary.size_bits_by_length[i])
dictionary.go#L11: size_bits_by_length [32]byte
hash.go#L142: backward = max_backward + 1 + word_idx + (transform_id << dictionary.words.size_bits_by_length[len])
static_dict.go#L83: var n uint = uint(1) << dict.words.size_bits_by_length[l]
static_dict.go#L436: var n uint = uint(1) << dict.words.size_bits_by_length[l]
static_dict.go#L600: var n uint = uint(1) << dict.words.size_bits_by_length[l]
static_dict.go#L632: var n uint = uint(1) << dict.words.size_bits_by_length[l]
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |